README.TXT
*******************************

This version is a 32-bit DLL compiled and intended for 32-bit Windows 95
and to be used with Visual Basic 4.0 32-bit.

+++++++++++++++++++++++++++++++++
Change the Lib path in DDE.BAS
+++++++++++++++++++++++++++++++++
 Declare Function CreateWinProgGroup Lib "\deltools\ddewin.dll" (ByVal GroupName As String) As Boolean
 Declare Function CreateWinGroupItem Lib "\deltools\ddewin.dll" (ByVal GroupName As String, ByVal CmdLine As String, ByVal Title As String) As Boolean
 Declare Function ShowWinProgGroup Lib "\deltools\ddewin.dll" (ByVal GroupName As String) As Boolean

These three functions in the dynamic link library DDEWIN.DLL
show a Windows program group, create a group, and allow you
to add individual items to the group.

The DLL wraps an insulator around DDE link conversation to the
Windows' Program Manager (For Windows 95 too). All you have to do is
pass the arguments.


The DLL is shareware. The cost of registering the share is $10 US.
If you use the functions send $10 to:

Software Conceptions, Inc
4352 Dobie Rd.
Okemos, MI 48864

or register with CompuServe online GO SWREG, REg. ID# 9332

For additional utilties see our homepage on the internet at:
softcon@sojourn.com

                   
******************************
Packing List
******************************
DDE.BAS
DDEWIN.DLL
FORM1.FRM
PROJECT1.EXE
PROJECT1.VBP

